Micron Document
🎖️GitЯра🎖️

Node / meshtastic / Meshtastic-Android / files / docs / de-rDE / user / app-functions.md

Displaying Raw • View renderedDownload

docs/de-rDE/user/app-functions.md fix/qr-error-correction (7b45f84f) Text, 3.62 KB

---
title: App Functions
parent: Benutzerhandbuch
nav_order: 19
last_updated: 2026-06-11
description: Expose mesh capabilities to the Android system and on-device AI assistants (e.g. Gemini) so they can run mesh workflows without opening the app.
aliases:
Tff7b72- app-functions
Tff7b72- system-ai
Tff7b72- gemini
Tc9d1d9 - assistant
Tc9d1d9---

Tc9d1d9# App Functions

App Functions expose Meshtastic capabilities to the Android system and to on-device AI assistants (such as Gemini) through the Android App Functions API. Wenn diese aktiviert sind, kann ein Assistent Mesh-Workflows für Sie finden und auslösen – zum Beispiel das Senden einer Nachricht oder das Überprüfen Ihres Mesh-Status –, ohne dass Sie die App öffnen müssen.

Tff7b72> ⚠️ **Note:** App Functions are available on **Google-flavor Android builds only**.

Tff7b72> ⚠️ **Note:** This is separate from the in-app **Chirpy** assistant. App Functions let the _system_ AI assistant act on your mesh; Chirpy is a conversational assistant inside the Meshtastic app itself.

Tc9d1d9## Enabling App Functions

App Functions are controlled from **Settings → System AI** (the in-app screen is labeled "System AI"). The screen has:

Tff7b72- A **master toggle** labeled **"Allow AI access"**, with the subtitle _"Let system AI assistants (e.g. Gemini) discover and use mesh functions"_. When off, no functions are exposed to the system.
Tff7b72- An **individual toggle for each function**, so you can expose only the capabilities you want.

Die Funktionen sind in einen **Schreib**-Bereich (Funktionen, die etwas ändern oder Daten an Ihr Mesh senden) und einen **Lese**-Bereich (Funktionen, die lediglich Informationen zurückgeben) unterteilt.

![Tff7b72App Functions screen with master and per-function toggles](Te6edf3../../assets/screenshots/app-functions_settings.png)

Tc9d1d9### Write Functions

| Funktion | What it does |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------- |
| **Send Message** | Sends a text message to a contact (direct message) or to a channel, up to 237 bytes. |

Tc9d1d9### Read Functions

| Funktion | What it returns |
| ----------------------- | ----------------------------------------------------------- |
| **Get Mesh Status** | Overall mesh status. |
| **Get Node List** | The list of nodes on your mesh. |
| **Get Channel Info** | Information about your channels. |
| **Get Device Status** | Status of your connected radio. |
| **Get Node Details** | Detailed information about a specific node. |
| **Get Recent Messages** | Recent messages from your conversations. |
| **Get Unread Summary** | A summary of unread messages. |
| **Get Mesh Metrics** | Telemetry and metrics from your mesh. |

Tc9d1d9## Datenschutz

Tff7b72> 🔒 **Privacy:** The **Send Message** function lets an assistant send messages to your mesh on your behalf. Only enable functions you trust the assistant to use. The read functions expose node, message, and metric data to the assistant — enable only what you're comfortable sharing. Each function has its own toggle, and the master toggle turns all of them off at once.

Tc9d1d9## Related Topics

Tff7b72- [Tff7b72Messages & Channels](Te6edf3messages-and-channels) — sending messages directly in the app
Tff7b72- [Tff7b72Nodes](Te6edf3nodes) — the node list the read functions draw from
Tff7b72- [Tff7b72Node Metrics](Te6edf3node-metrics) — the telemetry behind Get Mesh Metrics

---

Served by rngit 1.5.2 - Generated in 0.13s